From cc39b38159a1288c572c3dd24934fe20cb7d0930 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Aug 2005 16:09:03 +0000 Subject: [PATCH] Fix some unused code. (#313946, Christian Persch) 2005-08-30 Matthias Clasen * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused code. (#313946, Christian Persch) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkentry.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a781b7e23..ca1198aba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-30 Matthias Clasen + * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused + code. (#313946, Christian Persch) + * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another fix for the default value of the "ui" property. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8a781b7e23..ca1198aba7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-08-30 Matthias Clasen + * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused + code. (#313946, Christian Persch) + * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another fix for the default value of the "ui" property. diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 90687f1d00..c3d340aafe 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1378,7 +1378,7 @@ gtk_entry_draw_frame (GtkWidget *widget) gtk_paint_focus (widget->style, widget->window, GTK_WIDGET_STATE (widget), NULL, widget, "entry", - 0, 0, width, height); + x, y, width, height); } } -- 2.30.2